home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_90 / PlaceObject2_185_11 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  140 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hero.shape.hitTest(this) && _root.hero._y > 275)
  3.    {
  4.       _root.hero._x = this._x - 45;
  5.    }
  6. }
  7.